﻿table.tablesorter thead tr .header {
	background-image: url('/web/20161023054253oe_/http://www.civiliantraining.army.mil/img/bg.gif');
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter tbody td {
	color: #3D3D3D;
	padding: 4px;
	background-color: #FFF;
	vertical-align: top;
}
table.tablesorter tbody tr.odd td {
	background-color:#F0F0F6;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url('/web/20161023054253oe_/http://www.civiliantraining.army.mil/img/asc.gif');
}
table.tablesorter thead tr .headerSortDown {
	background-image: url('/web/20161023054253oe_/http://www.civiliantraining.army.mil/img/desc.gif');
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
background-color: #fff;
}
